Method FindById<TProps>(ITreeRedbObject<TProps>, long)

Assembly: redb.Core.dll

Find node by ID in typed tree.

public static ITreeRedbObject<TProps>? FindById<TProps>(this ITreeRedbObject<TProps> root, long id) where TProps : class, new()